projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d4686
)
(command_loop_1): Use an int for last_command_char.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 21:48:30 +0000
(21:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 21:48:30 +0000
(21:48 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 1e19b8161351628257621a8d47f79915e373a3c2..f299bd01e2db36f3cee75500fa8528284b9ba9bf 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1323,7
+1323,7
@@
command_loop_1 ()
/* Try this optimization only on ascii keystrokes. */
&& INTEGERP (last_command_char))
{
- unsigned
char
c = XINT (last_command_char);
+ unsigned
int
c = XINT (last_command_char);
int value;
if (NILP (Vexecuting_macro)